home *** CD-ROM | disk | FTP | other *** search
/ AGA Toolkit '97 / The AGA Toolkit '97.iso / programming / debug / calls / readme < prev    next >
Encoding:
Text File  |  1996-09-07  |  484 b   |  13 lines

  1. Calls is a program I use a lot.  It came off the net last year;
  2. since then I have been beefing it up to take on bigger and better
  3. things (static functions are the biggest).  The only thing calls
  4. would like to know to run okay is if calloc() really does zero out
  5. all of the memory it returns: if not, use the -DBADCALLOC in the
  6. Makefile.
  7.  
  8.                     Kevin S Braunsdorf
  9.                     ksb@j.cc.purdue.edu
  10.  
  11. P.S. to see the neat stuff you might try
  12.     ./calls -v -F newHASH/scan.c -f level1 -f dostdin *.c
  13.